PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPatternPen Class


In This Topic
    PDFPatternPen Class Methods
    In This Topic

    For a list of all members of this type, see PDFPatternPen members.

    Public Methods
     NameDescription
    Public MethodGets the pen color. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the dash offset. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the dash pattern. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the line cap style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the line join style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the uncolored pattern paint color.  
    Public MethodGets the pen width. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the pen color.  
    Public MethodSets the dash offset. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the dash pattern. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the line cap style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the line join style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the uncolored pattern paint color.
    If the pattern colorspace associated with this pen's color contains an uncolored tiling pattern then the pattern will be painted using the color specified in this property.
    Note: This property cannot be set to another pattern color.  
    Public MethodSets the pen width. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Top
    See Also